Package-level declarations
This package contains general ChartIQ models
Types
Link copied to clipboard
An enumeration of available chart layers
Link copied to clipboard
A set of possible chart scale for the chart.
Link copied to clipboard
An enumeration of available chart themes
Link copied to clipboard
data class CrosshairHUD(val price: String, val volume: String, val open: String, val high: String, val close: String, val low: String)
A heads-up display (HUD) is a method of displaying detailed information for a specific bar on the chart itself. The information for the bar that the cursor is currently hovering over is presented in the HUD.
Link copied to clipboard
An enumeration of available data methods
Link copied to clipboard
data class OHLCParams(val date: Date?, val open: Double?, val high: Double?, val low: Double?, val close: Double?, val volume: Double?, val adjClose: Double?)
A data class of OHLC parameters
Link copied to clipboard
data class QuoteFeedParams(val symbol: String? = null, val period: Int? = null, val interval: String? = null, val start: String? = null, val end: String? = null, val meta: Any? = null, val callbackId: String? = null)
A data class for QuoteFeed parameters